home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / resources.pak / Unnamed File 000141.txt < prev    next >
Text File  |  2013-04-03  |  5KB  |  169 lines

  1. /*
  2.  * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
  3.  * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
  4.  *
  5.  * Redistribution and use in source and binary forms, with or without
  6.  * modification, are permitted provided that the following conditions
  7.  * are met:
  8.  *
  9.  * 1.  Redistributions of source code must retain the above copyright
  10.  *     notice, this list of conditions and the following disclaimer.
  11.  * 2.  Redistributions in binary form must reproduce the above copyright
  12.  *     notice, this list of conditions and the following disclaimer in the
  13.  *     documentation and/or other materials provided with the distribution.
  14.  * 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
  15.  *     its contributors may be used to endorse or promote products derived
  16.  *     from this software without specific prior written permission.
  17.  *
  18.  * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
  19.  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  20.  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  21.  * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
  22.  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  23.  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  24.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  25.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  26.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  27.  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28.  */
  29.  
  30. .panel-enabler-view {
  31.     z-index: 1000;
  32.     position: absolute;
  33.     top: 0;
  34.     left: 0;
  35.     right: 0;
  36.     bottom: 0;
  37.     background-color: white;
  38.     font-size: 13px;
  39.     text-align: center;
  40.     overflow-x: hidden;
  41.     overflow-y: overlay;
  42.     display: none;
  43. }
  44.  
  45. .panel-enabler-view.visible {
  46.     display: block;
  47. }
  48.  
  49. .panel-enabler-view .panel-enabler-view-content {
  50.     position: absolute;
  51.     top: 0;
  52.     left: 0;
  53.     right: 0;
  54.     bottom: 0;
  55.     max-height: 390px;
  56.     margin: auto;
  57.     white-space: nowrap;
  58. }
  59.  
  60. .panel-enabler-view h1 {
  61.     color: rgb(110, 116, 128);
  62.     font-size: 16px;
  63.     line-height: 20px;
  64.     font-weight: normal;
  65.     margin-top: 0;
  66. }
  67.  
  68. .panel-enabler-disclaimer {
  69.     font-size: 10px;
  70.     color: rgb(110, 116, 128);
  71.     margin-bottom: 12px;
  72.     margin-left: 20px;
  73. }
  74.  
  75. .panel-enabler-disclaimer:empty {
  76.     display: none;
  77. }
  78.  
  79. .panel-enabler-view img {
  80.     height: 100%;
  81.     min-height: 200px;
  82.     max-width: 100%;
  83.     top: 0;
  84.     bottom: 0;
  85.     padding: 20px 0 20px 20px;
  86.     margin: auto;
  87.     vertical-align: middle;
  88. }
  89.  
  90. .panel-enabler-view img.hidden {
  91.     display: initial !important;
  92.     width: 0;
  93. }
  94.  
  95. .panel-enabler-view .flexible-space {
  96.     -webkit-box-flex: 1;
  97. }
  98.  
  99. .panel-enabler-view form {
  100.     display: inline-block;
  101.     vertical-align: middle;
  102.     width: 330px;
  103.     margin: 0;
  104.     padding: 15px;
  105.     white-space: normal;
  106. }
  107.  
  108. .panel-enabler-view label {
  109.     position: relative;
  110.     display: block;
  111.     text-align: left;
  112.     word-break: break-word;
  113.     margin: 0 0 5px 20px;
  114. }
  115.  
  116. .panel-enabler-view button:not(.status-bar-item) {
  117.     font-size: 13px;
  118.     margin: 6px 0 0 0;
  119.     padding: 3px 20px;
  120.     height: 24px;
  121.     color: rgb(6, 6, 6);
  122.     background-color: transparent;
  123.     border: 1px solid rgb(165, 165, 165);
  124.     background-color: rgb(237, 237, 237);
  125.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
  126.     -webkit-border-radius: 12px;
  127.     -webkit-appearance: none;
  128. }
  129.  
  130. body.inactive .panel-enabler-view button, .panel-enabler-view button:disabled {
  131.     color: rgb(130, 130, 130);
  132.     border-color: rgb(212, 212, 212);
  133.     background-color: rgb(239, 239, 239);
  134.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), to(rgb(235, 235, 235)));
  135. }
  136.  
  137. .panel-enabler-view input[type="radio"] {
  138.     height: 17px;
  139.     width: 17px;
  140.     border: 1px solid rgb(165, 165, 165);
  141.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
  142.     -webkit-border-radius: 8px;
  143.     -webkit-appearance: none;
  144.     vertical-align: middle;
  145.     margin: 0 5px 5px 0;
  146. }
  147.  
  148. .panel-enabler-view input[type="radio"]:active:not(:disabled) {
  149.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
  150. }
  151.  
  152. .panel-enabler-view input[type="radio"]:checked {
  153.     background: url(Images/radioDot.png) center no-repeat,
  154.                 -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
  155. }
  156.  
  157. .panel-enabler-view input[type="radio"]:checked:active {
  158.     background: url(Images/radioDot.png) center no-repeat,
  159.                 -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
  160. }
  161.  
  162. .panel-enabler-view.scripts img {
  163.     content: url(Images/scriptsSilhouette.png);
  164. }
  165.  
  166. .panel-enabler-view.profiles img {
  167.     content: url(Images/profilesSilhouette.png);
  168. }
  169.